NevronOpenVision
Nevron.Nov.UI Namespace / NStyleSplitButton<T> Class
Fields Properties Methods Events


NStyleSplitButton<T> Class Members

The following tables list the members exposed by NStyleSplitButton<T>.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the HasAutomaticButton property  
Public Fieldstatic (Shared in Visual Basic)Reference to the HasMoreOptionsButton property  
Public Fieldstatic (Shared in Visual Basic)Reference to the HasNoneButton property  
Public Fieldstatic (Shared in Visual Basic)Reference to the Image property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the MoreOptionsImage property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NStyleSplitButton  
Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedValue property  
Top
Protected Fields
 NameDescription
Protected FieldThe currently edited value.  
Protected FieldThe main drop down widget.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets whether the drop down shows an Automatic toggle button. When the button is checked, the selected value Automatic flag is raised to true. By default set to true.  
Public PropertyGets or sets whether the drop down shows a More Options button. By default set to true.  
Public PropertyGets or sets whether the drop down shows a None toggle button. When the button is checked, the selected value is updated to the value provided by the GetNoneValue protected method. By default set to true.  
Public PropertyGets or sets the image shown in the action button of this split button.  
Public PropertyGets or sets the image shown in the "More Options..." button of the split button popup.  
Public PropertyGets or sets the selected value. The selected value is updated from the result of the drop down editing.  
Top
Protected Properties
 NameDescription
Internal Property  
Protected PropertyGets the preview factory associated with the style this split button is used to edit.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Creates a command source for this style split button and associates it with the given command.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to perform the default initialization of the ActionButton content.  
Protected MethodMust override to create the main drop down widget  
Protected MethodOverridden. Creates the popup content.  
Internal Method  
Protected MethodOverridden. Initializes this split button.  
Protected MethodCalled when the "Automatic" radio button has been checked.  
Protected MethodCalled when the "Custom" radio button has been checked.  
Protected MethodOverridden. Called when the button is disabled.  
Protected MethodOverridden. Called when the button is enabled.  
Protected MethodCalled when the Image property has changed. Updates the image in the image holder part of the action button.  
Protected MethodCalled when the more options button has been clicked  
Protected MethodCalled when the "None" radio button has been checked.  
Protected MethodOverridden. Called when the drop down has been closed.  
Protected MethodOverridden. Overriden to update the color of the action button symbol based on the Enabled state of the split button.  
Protected MethodCalled when the selected value has changed.  
Protected MethodUpdates the preview in the button.  
Protected MethodUpdates the preview in the popup window.  
Top
Public Events
 NameDescription
Public EventOccurs when the SelectedValue property has changed  
Top
See Also